home *** CD-ROM | disk | FTP | other *** search
/ TOS Silver 2000 / TOS Silver 2000.iso / Anwendun / JANE152 / SCL / OPTLIST.SCL < prev    next >
Encoding:
Text File  |  1998-10-29  |  639 b   |  12 lines

  1. listoptions()
  2. {    lprint("Widerrufen:                 %2s", getoption("undo"));
  3.     lprint("Datei-Backup:               %2s", getoption("autobackup"));
  4.     lprint("GEM-Clipboard:              %2s", getoption("gemclipboard"));
  5.     lprint("Spaltenstabil:              %2s", getoption("stable"));
  6.     lprint("Nummern ab 0:               %2s", getoption("countfrom0"));
  7.     lprint("Sicherung bei Programmende: %2s", getoption("exitsave"));
  8.     lprint("Returncode:                 %2s", getoption("retcode"));
  9.     lprint("Cursorblinken:              %2s", getoption("cursorblink"));
  10.     lprint("Suchmeldungen:              %2s", getoption("searchalerts"));
  11. }
  12.